home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / cli / isit.readme < prev    next >
Text File  |  1998-03-07  |  2KB  |  86 lines

  1. Short:    V1.0 - script utility to identify file types
  2. Author:   Mark Weller
  3. Uploader: msw@blackpool.ac.uk
  4. Type:     util/cli
  5.  
  6.  
  7. IsIt v1.0     (c)1995 Mark Weller
  8. *********************************
  9.  
  10.   IsIt is a small script util to identify what a file is.
  11.  
  12.   Also included is the source code in 'C'. The source  will compile with
  13.   any 'C' compiler, if you have Dice execute the sourcecode to compile.
  14.  
  15.   8SVX       - sound sample
  16.   ILBM       - iff picture
  17.   ILBM ANIM  - iff animation
  18.   ICON       - .info
  19.   JPEG       - picture
  20.   GIF        - picture
  21.   executable file and object/lib file
  22.  
  23.   Included in this archive is a sample script (IsItSample.script) to
  24.   show how IsIt can be used.
  25.  
  26.  
  27. Simple Script :
  28. ***************
  29.  
  30. ----------------------------
  31. .bra [
  32. .ket ]
  33. .key ARG
  34.  
  35. isit -e [ARG]
  36.  
  37. If NOT WARN
  38.  echo "it is executable!"
  39.  quit
  40. EndIf
  41.  
  42. echo "UGH!"
  43. ----------------------------
  44.  
  45.   to test for other file types, replace -e with the following:
  46.  
  47.   -s = 8SVX            -p = ILBM
  48.   -i = ICON            -a = ILBM ANIM
  49.   -e = EXECUTABLE      -o = OBJECT/LIB
  50.   -j = JPEG            -g = GIF
  51.  
  52.  
  53. IsIt HELP list:
  54. ***************
  55.  
  56.   run IsIt without arguments to get this help list :
  57.  
  58.   ----------------------------------------
  59.   IsIt v1.0 - (c)1995 Mark Weller
  60.   ----------------------------------------
  61.   usage: IsIt <-spaieojg> <filename>
  62.   ----------------------------------------
  63.    -s = 8SVX            -p = ILBM
  64.    -i = ICON            -a = ILBM ANIM
  65.    -e = EXECUTABLE      -o = OBJECT/LIB
  66.    -j = JPEG            -g = GIF
  67.   ----------------------------------------
  68.  
  69.  
  70.   Also included is the source code in 'C'. The source  will compile with
  71.   any 'C' compiler, if you have Dice execute the sourcecode to compile.
  72.  
  73.   Mark Weller - Feb 98
  74.  
  75.  
  76. ============================= Archive contents =============================
  77.  
  78. Original  Packed Ratio    Date     Time    Name
  79. -------- ------- ----- --------- --------  -------------
  80.     8724    5174 40.6% 26-Aug-91 03:26:10 +IsIt
  81.     2618     721 72.4% 26-Aug-91 03:26:14 +isit.c
  82.     1734     671 61.3% 15-Feb-98 22:05:08 +IsIt.readme
  83.      618     209 66.1% 14-Sep-95 17:27:32 +IsItSample.script
  84. -------- ------- ----- --------- --------
  85.    13694    6775 50.5% 24-Feb-98 22:24:36   4 files
  86.